projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a41672c
)
Replace WindowPtr with WindowRef.
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Wed, 6 Jun 2007 08:32:23 +0000
(08:32 +0000)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Wed, 6 Jun 2007 08:32:23 +0000
(08:32 +0000)
src/macgui.h
patch
|
blob
|
history
diff --git
a/src/macgui.h
b/src/macgui.h
index 1348fe479cb064863f9fc38fd6391515ce42bd59..990765593e1ad66863f9c60209475dc65898d304 100644
(file)
--- a/
src/macgui.h
+++ b/
src/macgui.h
@@
-71,7
+71,7
@@
typedef unsigned long Time;
#undef Z
#define Z (current_buffer->text->z)
#else /* not HAVE_CARBON */
-#include <QuickDraw.h> /* for Window
Ptr
*/
+#include <QuickDraw.h> /* for Window
Ref
*/
#include <QDOffscreen.h> /* for GWorldPtr */
#include <Appearance.h> /* for ThemeCursor */
#include <Windows.h>
@@
-117,7
+117,7
@@
typedef unsigned long Time;
#endif
#endif
-typedef Window
Ptr
Window;
+typedef Window
Ref
Window;
typedef GWorldPtr Pixmap;
#define Cursor ThemeCursor